home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / usplash-theme-ubuntu.postinst < prev    next >
Text File  |  2008-07-23  |  230b  |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5.  
  6.  
  7. case "$1" in
  8.     configure)
  9.         update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-ubuntu.so 10
  10.         update-initramfs -u
  11.         ;;
  12. esac
  13.